How to Install emscripten software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install emscripten software package in Ubuntu 14.04 LTS (Trusty Tahr)

emscripten software package provides LLVM-to-JavaScript Compiler, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install emscripten 

emscripten is installed in your system.

Make ensure the emscripten package were installed using the commands given below,

$ sudo dpkg-query -l | grep emscripten *

You will get with emscripten package name, version, architecture and description in a table

emscripten package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Development
Package emscripten
Version 1.10.0~20140205~ef1e460-1
Description LLVM-to-JavaScript Compiler
Sub Section devel


See Also, How to uninstall or remove emscripten software package from Ubuntu 14.04 LTS (Trusty Tahr)?